html, body {height: 100%;margin: 0;padding: 0;}
.container{width:90%;max-width:90%;height:100%;}

@media(max-width: 1024px){
    .container{width:96%;max-width:96%;}
}
@media(max-width: 414px){
    .container{width:98%;max-width:98%;}
}

/*电脑端导航*/
header{height:110px;width:100%;top:0;left:0;position: fixed;z-index:99;}
header .container{width:90%;max-width:90%;height:100%;display: flex;justify-content: space-between;align-items: center;}
header .logo{display: flex;align-items: center;width:auto;}
header .logo img{max-width:185px;}
header .nav{display: flex;align-items: center;height:100%;}
header .link{padding:10px 20px;font-size:18px;color:#fff;display: flex;align-items: center;margin:0 13px;height:38px;}
header .link.active{background: #2584c2;color:#fff;}
header .link:hover{color:#2584c2;}

/*移动端导航*/
.mobile_header{width:100%; height:60px;position:fixed;top:0;left:0;z-index:1999;display: none;background: #2584c2;}
.mobile_header .container{height:100%;display:flex;justify-content: space-between;align-items: center;}
.mobile_header .header_logo{font-size:20px;font-weight: bold;flex:1;display: flex;align-items: center;}
.mobile_header .container img{height: 30px;margin-right:15px;}
.mobile_header .header_logo p{font-size:18px;color:#2584c2;}
.mobile_header .container i{font-size: 25px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;cursor: pointer;}
.mobile_header .open_logo img {width: 150px;margin-top: 20px;}
.mobile_header .nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100vh; background:#2584c2;z-index:2000;color:#fff;padding:40px 30px;box-sizing: border-box;}
.mobile_header .close { display: flex;justify-content: flex-end;font-size: 30px;color: #fff;cursor: pointer;opacity: 1!important;font-weight: normal;}
.mobile_header .close:hover{color: #fff;}
.mobile_header .mobile_menu {width:100%; margin-top:80px; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;padding:12px 0;}
.mobile_header .mobile_menu li .new{position: absolute;left: 24%;top: 1px;width: 40px;}
.mobile_header .mobile_menu li a{display:block;font-size:18px; color:#fff;}
.mobile_header .mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:16px;  position:relative;}
.mobile_header .mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:16px; }
.mobile_header .mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-top:10px;}
.mobile_header .mobile_menu li .list-item a{display:block; padding-left:20px; font-size:16px;}
.mobile_header .mobile_menu li .list-item a:hover{color:#c3a478;}
.mobile_header .open_logo{display: flex; justify-content: center; align-items: center;}
.mobile_header .open_logo a{font-size:20px;color:#fff;}
.mobile_header .open_logo img{width:150px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
.mobile_header #navToggle{display: none;}
.mobile_header .m_logo{display: none;}
.mobile_header .shop{display: flex;align-items: center;justify-content: center;color:#fce546;width:100%;height:75px;background-color: #477927;margin-top:92px;}
.mobile_header i{font-size:26px;}
.mobile_header span{font-size:24px;}
.mobile_header .bottom{font-size:14px;color:#fff;text-align: center;padding:25px 0;border-top:1px solid #c72032;margin-top:100px;line-height:1.5;}

.pc_show{display: block;!important;}
.mob_show{display: none!important;}

@media(max-width: 1380px){
    header .link{padding:10px;margin:0 7px;}
}
@media(max-width: 1180px){
    header .link{padding:10px;margin:0 7px;font-size:15px;}
    header .logo img{width:120px;}
}
@media screen and (min-width: 10px) and (max-width:1024px){
    header{display: none!important;}
    .mobile_header{display: block}
    .pc_show{display: none!important;}
    .mob_show{display: block!important;}
    .bb{margin-top: 60px}
}

/*呼吸动画*/
.breath {animation: breath 2s ease-in-out infinite;}
@keyframes breath {
    0% {
        transform: scale(1);opacity: 1;
    }
    50% {
        transform: scale(1.05);opacity: .8;
    }
    100% {
        transform: scale(1);opacity: 1;
    }
}

/*.mySwiper .swiper-slide{display: none;}*/
/*.mySwiper .default_dang{display: block;}*/

.mySwiper {width: 100%;height: 100%;overflow: hidden;}
.mySwiper .swiper-button-next{background:rgb(0,0,0,.5);padding:20px 10px;}
.mySwiper .swiper-button-prev{background:rgb(0,0,0,.5);padding:20px 10px;}
.mySwiper .swiper-button-next:after{color:#fff;font-size:24px;}
.mySwiper .swiper-button-prev:after{color:#fff;font-size:24px;}
.mySwiper .button-prev,
.mySwiper .button-next {transition: 0.5s;outline: none;position: absolute;width: 140px;z-index: 999;top: 97.5vh;transform: translateY(-34px);cursor: pointer;}
.mySwiper .button-prev {left: 4vw;}
.mySwiper .swiper-button-next{background: rgba(0,0,0,0);}
.mySwiper .swiper-button-prev{right: 4vw!important;left:auto;background: rgba(0,0,0,0);}
.mySwiper .swiper-button-next:after {display: none}
.mySwiper .swiper-button-prev:after {display: none}
.mySwiper .button-next {right: 4vw;}
.mySwiper .button-prev{width: 50px!important;height: 50px!important;color: white;font-size: 40px}
.mySwiper .button-next{width: 50px!important;height: 50px!important;color: white;font-size: 40px}
.mySwiper .button-prev:hover,
.mySwiper .button-next:hover{background-color: white;color: black;}
.mySwiper .button>span{font-size:30px}

@media(max-width: 1024px){
    .mySwiper{padding-top:60px;}
}

/*首页-关于*/
.default_about{width:100%;height:100%;overflow: hidden;position: relative;}
.default_about .cover{width:100%;height:100%;position: absolute;left:0;top:0;z-index:2;background:rgba(0,0,0,.3);}
.default_about .content{width:50%;position: absolute;top:30%;right:6%;display: flex;flex-direction: column;align-items: center;}
.default_about .line1{font-weight:bold;width:310px;height:65px;background: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size:36px;color:#2584c2;}
.default_about .line2{font-weight:bold;font-size:58px;color:#fff;margin:35px 0 80px;text-align: center;line-height: 1.2;}
.default_about .list{display: flex;justify-content: space-between;width:70%;}
.default_about .list .item{position: relative;}
.default_about .list .b_about_item{width:190px;object-fit: fill;}
.default_about .list .text{width:100%;height:100%;position: absolute;top:0;left:0;z-index:2;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.default_about .list .big{color:#2584c2;font-size:36px;font-weight: bold;}
.default_about .list .small{color:#2584c2;font-size:18px;margin-top:12px;}

@media(max-width: 1680px){
    .default_about .line2{font-size:48px;}
    .default_about .list{width:80%;}
}
@media(max-width: 1600px){
    .default_about .content{top:25%;}
}
@media(max-width: 1366px){
    .default_about .line2{font-size:40px;}
    .default_about .list .b_about_item{width:110px;object-fit: fill;}
    .default_about .list .big{font-size:30px;}
    .default_about .list .small{font-size:15px;}
}
@media(max-width: 1024px){
    .default_about{display: flex;flex-direction: column;justify-content: center;align-items: center;}
    .default_about .content{top:0;position: static;width:90%;}
}
@media(max-width: 576px){
    .default_about .line1{font-size:18px;width:250px;height:50px;}
    .default_about .line2{font-size:30px;}
    .default_about .list{width:100%;}
    .default_about .list .b_about_item{width:90px;height:90px;}
    .default_about .list .big{font-size:20px;}
    .default_about .list .small{font-size:12px;}
}
@media(max-width: 375px){
    .default_about .list .b_about_item{width:90px;height:90px;}
}

/*首页-业务*/
.default_yewu .list{width:100%;height:76vh;margin-top:13vh;display: flex;justify-content: space-between;}
.default_yewu .item{width:17%;position: relative;overflow: hidden;}
.default_yewu img{width:100%;height:100%;object-fit: cover;}
.default_yewu .cover{background: rgba(0,0,0,.4);position: absolute;width:100%;height:100%;z-index:2;left:0;top:0;}
.default_yewu .txt_default{position: absolute;left:0;bottom:30px;width:100%;color:#fff;text-align: center;}
.default_yewu .txt_default .cn{font-size:32px;font-weight: bold;line-height: 1.2;}
.default_yewu .txts_more{height:135px;padding:25px 40px;display: flex;justify-content: space-between;align-items: center;width:100%;background: rgba(255,255,255,.8);position: absolute;bottom:-135px;left:0;overflow: hidden;}
.default_yewu .txts_more .left{color:#2584c2;}
.default_yewu .txts_more .cn{font-size:32px;font-weight: bold;}
.default_yewu .txts_more .yewu_more{width:160px;height:54px;font-size:18px;color:#fff;background:#2584c2;display: flex;justify-content: space-between;align-items: center;padding:0 18px;transition: .5s;border:1px solid #2584c2;;}
.default_yewu .txts_more .yewu_more:hover{color:#2584c2;background:#fff;}

@media(max-width: 1440px){
    .default_yewu .txt_default .cn{font-size:24px;}
    .default_yewu .txts_more .cn{font-size:24px;}
    .default_yewu .txts_more .yewu_more{width:130px;height:50px;font-size:16px;padding:0 10px;}
}
@media(max-width: 1280px){
    .default_yewu .txt_default .cn{font-size:20px;}
    .default_yewu .txts_more .cn{font-size:20px;}
}
@media(max-width: 1024px){
    .default_yewu{width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
    .default_yewu .list{width:100%;height:86%;margin-top:4%;display: flex;justify-content: space-between;flex-wrap:wrap;}
    .default_yewu .item{width:49%;margin-bottom:20px;height:48%;}
    .default_yewu .txts_more{display: none;}
}

/*首页-案例*/
.default_anli .bk_box{position: relative;}
.default_anli .bk{width: 120px; height: 203px; border: 3px white solid; border-right: 0; position: relative;}
.default_anli .bk::before{content: ""; width: 3px; height: 30px; background: white; position:absolute; z-index: 2; top: 0; right: 0;}
.default_anli .bk::after{content: ""; width: 3px; height: 30px; background: white; position:absolute; z-index: 2; bottom: 0; right: 0;}
.default_anli .bk_text{position: absolute; z-index: 3; left:40px; top:26px;line-height: 1.5;color:#fff;width:500%;}
.default_anli .bk_text h5{font-size: 58px; padding: 0;font-weight: bold;}
.default_anli .bk_text p{font-size:36px;}

.default_anli .box{width: 100%;height: 100vh;display: flex;justify-content: space-between;}
.default_anli .box_left{width: 70%;height: 70vh;perspective: 1200px;margin-top:20vh}
.default_anli .box_left_one{width: 100%;height: 100%;background-color: rgba(192,213,231,0.5);transition: 0.5s;padding: 10px;overflow: hidden;box-sizing: border-box;position: relative;}
.default_anli .left_cover{width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);position: absolute;left: 0;top: 0;z-index:2;}
.default_anli .left_one_textbox{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:3;}
.default_anli .left_one_linebox{margin-left: 80px;margin-top: 80px;}
.default_anli .box_left_one>img{width: 100%;height: 100%;object-fit: cover;}

.default_anli .box_right{width:28%;height: 100%;background-image: linear-gradient(rgba(18,105,162,0.1), rgba(18,105,162,0.7), rgba(18,105,162,0.1));display: flex;flex-direction: column;justify-content: center;padding:12vh 30px 5vh 30px;}
.default_anli .box_right_one{padding:12px 16px;display: flex;align-items: center;justify-content: start;width:100%;height:15%;margin:6px 0;background: rgba(255,255,255,.2);cursor:pointer;position: relative;}
.default_anli .box_right_one:hover{background:#fff;}
.default_anli .box_right_one img{width:100px;height:100%;object-fit: cover;}
.default_anli .box_right_one_textbox{font-size:24px;color:#fff;font-weight: bold;margin-left:15px;line-height: 1.5;flex:1;}
.default_anli .box_right_one:hover::before{content:"";display: block;position: absolute;background: url(../img/default_img/anli_arrow.png)center center/cover no-repeat;width:30px;height:49px;left:-20px;top:50%;transform: translateY(-50%);}
.default_anli .box_right_one:hover .box_right_one_textbox{color:#2584c2;}

.kaimen{-webkit-transform: rotateY(8deg);transform: rotateY(8deg);-webkit-transform-origin: 0 100% 0;transform-origin: 0 100% 0;}

@media(max-width: 1680px){
    .default_anli .bk{width: 120px; height: 160px; border: 3px white solid; border-right: 0; position: relative;}
    .default_anli .bk::before{content: ""; width: 3px; height: 30px; background: white; position:absolute; z-index: 2; top: 0; right: 0;}
    .default_anli .bk::after{content: ""; width: 3px; height: 30px; background: white; position:absolute; z-index: 2; bottom: 0; right: 0;}
    .default_anli .bk_text{position: absolute; z-index: 3; left:40px; top:26px;line-height: 1.5;color:#fff;width:500%;}
    .default_anli .bk_text h5{font-size: 40px; padding: 0;font-weight: bold;}
    .default_anli .bk_text p{font-size:26px;}

    .default_anli .left_one_linebox{margin-left: 60px;margin-top: 60px;}

    .default_anli .box_right_one img{width:80px;}
    .default_anli .box_right_one_textbox{font-size:20px;}
}
@media(max-width: 1280px){
    .default_anli .bk{width: 100px; height: 150px;}
    .default_anli .bk_text{left:30px;top:32px;}
    .default_anli .bk_text h5{font-size: 30px;}
    .default_anli .bk_text p{font-size:22px;}

    .default_anli .box_right_one{padding:10px;}
    .default_anli .box_right_one img{width:80px;}
    .default_anli .box_right_one_textbox{font-size:18px;}
}
@media(max-width: 1024px){
    .default_anli .box{width: 100%;height: 100vh;display: flex;flex-direction: column;justify-content: start;align-items: center;}

    .default_anli .box_left{width: 100%;height: 250px;perspective: 1200px;margin-top: 20px;order: 2}
    .default_anli .box_left_one{width:100%;height: auto;background-color: rgba(192,213,231,0.5);transition: 0.5s;padding: 10px;overflow: hidden;box-sizing: border-box;position: relative;}
    .default_anli .left_one_textbox{position: absolute;width: 100%;height: 100%;left: 0;top: 0}
    .default_anli .box_left_one>img{width: 100%;height: 100%;}

    .default_anli .box_right{width: auto;height: auto;box-sizing: content-box;background-color: rgba(161,247,255,0.3);padding-top: 12vh;order: 1;display: flex;flex-direction: row;padding: 0 5px;justify-content: space-between;align-items: center;flex-wrap:wrap;}
    .default_anli .box_right_one{width:33%;height:80px;}
    .default_anli .box_right_one img{width:80px;height:100%;}
    .default_anli .box_right_one_textbox{font-size:14px;}
    .default_anli .box_right_one:hover::before{display: none;}
}
@media(max-width: 768px){
    .default_anli .box{padding-top:5vh;}

    .default_anli .bk_text{left:30px;top:45px;}
    .default_anli .bk_text h5{font-size: 20px;}
    .default_anli .bk_text p{font-size:16px;}

    .default_anli .box_right_one{width:49%;}
}
@media(max-width: 576px){
    .default_anli .box{padding-top:2vh;}

    .default_anli .bk{width: 60px; height: 110px;}
    .default_anli .bk_text{left:30px;top:32px;}
    .default_anli .bk_text h5{font-size: 16px;}
    .default_anli .bk_text p{font-size:14px;}

    .default_anli .box_right{height:32vh;}
    .default_anli .box_right_one{height:10vh;padding:2px;margin:0;}
    .default_anli .box_right_one img{width:60px;}
    .default_anli .box_right_one_textbox{margin-left:5px;}

    .default_anli .box_left{height:40vh;}
    .default_anli .left_one_linebox{margin-left:20px;margin-top:20px;}
}

/*首页-产品*/
.default_pdt{width:100%;height:100%;overflow: hidden;position: relative;
    background: url(/assets/templates/img/default_img/4.jpg) center center/cover no-repeat;}
.default_pdt .txt{display: flex;flex-direction: column;width:50%;padding-top:15%;}
.default_pdt .b_product_small{font-size:46px;margin-bottom:20px;font-weight: bold;color:#fff;text-align: left;}
.default_pdt .title{font-size:68px;margin-bottom:60px;font-weight: bold;color:#fff;text-align: left;}
.default_pdt .list{display: flex;}
.default_pdt .list .item{margin-right:50px;}
.default_pdt .list img{width:115px;height:115px;}
.default_pdt .list p{font-size:20px;margin-top:18px;color:#fff;text-align: center;}
.default_pdt .product_more{transition:.5s;margin-top:60px;width:158px;height:48px;display: flex;justify-content: center;align-items: center;background: rgba(255,255,255,.1);border:1px solid #fff;border-radius: 5px;color:#fff;}
.default_pdt .product_more span{font-size:18px;margin-right:28px;}
.default_pdt .product_more:hover{background:rgba(255,255,255,.2);}

@media(max-width: 1366px){
    .default_pdt .txt{width:50%;padding-top:15%;}
    .default_pdt .b_product_small{font-size:26px;margin-bottom:20px;}
    .default_pdt .title{font-size:48px;margin-bottom:60px;}
    .default_pdt .list{display: flex;}
    .default_pdt .list .item{margin-right:35px;}
    .default_pdt .list img{width:100px;height:100px;}
    .default_pdt .list p{font-size:18px;margin-top:15px;}
    .default_pdt .product_more{margin-top:60px;width:158px;height:48px;}
    .default_pdt .product_more span{font-size:18px;margin-right:28px;}
}
@media(max-width: 768px){
    .default_pdt .txt{width:100%;padding-top:15%;}
    .default_pdt .b_product_small{font-size:22px;margin-bottom:20px;}
    .default_pdt .title{font-size:30px;margin-bottom:60px;}
    .default_pdt .list{display: flex;}
    .default_pdt .list .item{margin-right:20px;}
    .default_pdt .list img{width:80px;height:80px;}
    .default_pdt .list p{font-size:16px;margin-top:10px;}
    .default_pdt .product_more{margin-top:60px;width:130px;height:38px;}
    .default_pdt .product_more span{font-size:16px;margin-right:28px;}
}
@media(max-width: 414px){
    .default_pdt .list .item{margin-right:10px;}
    .default_pdt .list img{width:60px;height:60px;}
    .default_pdt .list p{font-size:14px;margin-top:10px;}
    .default_pdt .product_more span{font-size:14px;margin-right:28px;}
}

/*首页-党建*/
.default_dang .container{display: flex;justify-content: center;align-items: center;}
.default_dang img{width:80%;}

@media(max-width:1024px){
    .default_dang img{width:100%;}
}

    /*底部-固定*/
.news_fixed{width:100%;position: fixed;bottom:0;left:0;z-index:99;background: rgba(18,105,162,.9);height:130px;}
.news_fixed .container{width:60%;margin:0 auto;display: flex;justify-content: space-between;height:100%;align-items: center;}
.news_fixed .item:nth-child(1){width:44%;}
.news_fixed .item:nth-child(2){width:44%;}
.news_fixed .titles{width:100%;height:35px;display: flex;margin-bottom:14px;}
.news_fixed .left{font-size:16px;height:100%;border:1px solid #ade5f2;color:#ade5f2;border-bottom:0;display: inline-block;padding:0 13px;display: flex;justify-content: center;align-items: center;}
.news_fixed .right{flex:1;height:100%;border-bottom:1px solid #ade5f2;display: inline-block;}

.news_fixed .news_title{color:#fff;font-size:16px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_fixed .news_content{color:#ade5f2;font-size:12px;margin-top:12px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_fixed .news_link:hover .news_title,
.news_fixed .news_link:hover .news_content{color:#fff;}

.news_fixed .contact_item{color:#fff;font-size:12px;}
.news_fixed .contact_item:last-child{margin-top:12px;}

.news_fixed .link_box{width:100%;height:38px;border:1px solid #ade5f2;display: flex;justify-content: space-between;align-items: center;padding:0 14px;cursor:pointer;}
.news_fixed .link_box p{color:#fff;font-size:12px;}
.news_fixed .link_box .iconfont{color:#fff;font-size:16px;}
.news_fixed .list{position: absolute;bottom:38px;width:100%;background: rgba(18,105,162,.9);border:1px solid #ade5f2;display: none;}
.news_fixed .list a{display: block;padding:10px 14px;color:#fff;font-size:12px;border-bottom:1px solid #ade5f2;}

.fixed_icon{position: absolute;top:-40px;right:38px;cursor: pointer;}
.fixed_icon .iconfont{color:#fff;font-size:30px;width:40px;height:40px;background: #246d8a;display: flex;justify-content: center;align-items: center;}
.hide_fixed{display: none;}

.fixed_breath {animation: fixed_breath 2s ease-in-out infinite;}
@keyframes fixed_breath {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }1920

    100% {
        transform: translateY(-20px);
    }
}
@media(max-width: 1366px){
    .news_fixed .container{width:80%;}
}
@media(max-width: 1024px){
    .news_fixed{display: none!important;}
}
